home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
lang
/
sbasic02
/
test.b
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-04
|
213 b
|
10 lines
10 INPUT "How old are you? ",A
IF A = 16 THEN PRINT "A = ";16 ELSE PRINT "A = NOT";16
FOR I = 1 TO 3
PRINT "You're not the same age as me..."
NEXT
GOTO 30
20 PRINT "Wow! So am I!"
30 PRINT "Goodbye!"
END